home *** CD-ROM | disk | FTP | other *** search
/ Mac Power 1997 December / MACPOWER-1997-12.ISO.7z / MACPOWER-1997-12.ISO / AMUG / PROGRAMMING / Raven 1.2 Examples.sit / Raven 1.2 Examples / Quill / Source / Precomp (Release).pch++ < prev    next >
Text File  |  1997-07-27  |  727b  |  32 lines

  1. /*
  2.  *  File:       Precomp (Release).pch++
  3.  *  Summary:       Release precompiled header for Quill.
  4.  *  Written by: Jesse Jones
  5.  *
  6.  *  Copyright ゥ 1997 Jesse Jones. 
  7.  *    For conditions of distribution and use, see copyright notice in ZTypes.h  
  8.  *
  9.  *  Change History (most recent first):    
  10.  *
  11.  *         <1>     7/28/97    JDJ        Created.
  12.  */
  13.  
  14. #if powerc
  15.     #pragma precompile_target ":Precomp PPC (Release)"
  16. #else
  17.     #pragma precompile_target ":Precomp 68K (Release)"
  18. #endif
  19.  
  20. #define QUILL            1
  21.  
  22. #define DEBUG            0
  23. #define RELEASE            1            // Set to 1 for release version of the app
  24. #define ASSERTS_THROW    0            // Set to 1 to have ASSERTS throw logic_error
  25.  
  26.  
  27. #define PRECOMPILE_MAC_HEADERS        1
  28. #define PRECOMPILE_RAVEN_HEADERS    1
  29.         
  30.  
  31. #include <AppHeader.h>
  32.